RST sandbox network connections on sandbox close#1414
Merged
Conversation
RST sandbox network connections on sandbox close
ValentaTomas
commented
Oct 30, 2025
Member
Author
|
🚧 Will also add a test. |
djeebus
reviewed
Oct 30, 2025
Member
Author
|
Will be checking the failed integration tests. |
Member
Author
On the rerun they went through, will still check (https://github.com/e2b-dev/infra/actions/runs/18963434009/job/54155528873?pr=1414). EDIT: Should not be related to this PR changes. |
djeebus
reviewed
Nov 4, 2025
| m: m, | ||
| } | ||
|
|
||
| if m != nil { |
Contributor
There was a problem hiding this comment.
do we want m to ever be nil? seems like we could simplify this a little by always tracking connections
Member
Author
There was a problem hiding this comment.
Yes, we don't track this for the incoming conn at all as we never have a use case with cancelling these.
djeebus
approved these changes
Nov 4, 2025
ValentaTomas
added a commit
that referenced
this pull request
May 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO: